Remove send_IPI_all, send_IPI_allbutself and send_IPI_self
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 3 Apr 2006 15:35:06 +0000 (16:35 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 3 Apr 2006 15:35:06 +0000 (16:35 +0100)
commitf55976facfbc63f0c8619070a5b2be32a915a67a
tree1c72055d48b7afe01ffbd7573494270126725069
parent5e8883cc8c7075e3c1b03c50016f433153ea9c01
Remove send_IPI_all, send_IPI_allbutself and send_IPI_self
shortcutting IPI functions. They're either unused or used so
frequently that we may as well simplify things and always use
send_IPI_mask.

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/genapic/default.c
xen/arch/x86/smp.c
xen/include/asm-x86/genapic.h
xen/include/asm-x86/mach-bigsmp/mach_ipi.h
xen/include/asm-x86/mach-default/mach_ipi.h
xen/include/asm-x86/mach-es7000/mach_ipi.h
xen/include/asm-x86/mach-generic/mach_ipi.h
xen/include/asm-x86/mach-summit/mach_ipi.h